OBJS = main.o cntl.o stdfun.o fopn.o fcls.o flck.o econ.o rdfl.o\
       shus.o shus_calc.o shus_out.o shus_fullout.o

/rev31/emp/exec/kk-a1: ${OBJS}
	fcc -g -o $@ ${OBJS} -lm

.c.o:
	fcc -c -g $<

clean:
	rm -f *.o